32. Recap
Recap
Recap
Congratulations! You’re done with Practice Set 2! As a quick recap, in this practice set you:
- Reviewed the rules of variable initialization and declaration
- Interpreted program output using hand simulation
- Determined the appropriate variable scope for a variable
- Made this sweet basketball score counting app:
The final code for the Court Counter app is living on a Github web-page. Github is a website that facilitates sharing code online. Code on Github is organized via the Git version control system. To learn more about Git and Github, consider taking our version control course.
In lesson 3, we’ll tackle how to harness the power of the Android Framework and learn more about control flow. Remember to keep practicing.